-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net: add amazon nova support (text) only #10021
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree
@microsoft-github-policy-service agree |
dotnet/src/Connectors/Connectors.Amazon/Bedrock/Core/Clients/BedrockTextGenerationClient.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Amazon/Bedrock/Core/IBedrockTextGenerationService.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Amazon/Bedrock/Core/Models/Amazon/AmazonService.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Amazon/Bedrock/Core/Models/Meta/MetaService.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Amazon/Bedrock/Settings/AmazonNovaExecutionSettings.cs
Show resolved
Hide resolved
@EriksonBahr Thanks for the amazing contribution, some extra conflicts needs to be addressed. Happy new year! 🎉 |
@EriksonBahr, let me know if you plan on applying the suggestions above. |
Should get this moving next week |
7a2e36d
to
0d1bee7
Compare
I synced with main and re-done my commit following the updated interfaces. Also, updated the structure, indeed looks much better now. |
…ahr/semantic-kernel into add-amazon-nova-support
Motivation and Context
Add support for amazon nova.
Description
This PR adds amazon nova support. Also re-structures existing Titan files.
Contribution Checklist